﻿2026-07-16T23:29:44.9670853Z ##[group]Run actions/checkout@v5
2026-07-16T23:29:44.9671339Z with:
2026-07-16T23:29:44.9671635Z   fetch-depth: 0
2026-07-16T23:29:44.9671960Z   repository: BigscreenVR/spt-bs-core
2026-07-16T23:29:44.9674467Z   token: ***
2026-07-16T23:29:44.9674773Z   ssh-strict: true
2026-07-16T23:29:44.9675067Z   ssh-user: git
2026-07-16T23:29:44.9675369Z   persist-credentials: true
2026-07-16T23:29:44.9675708Z   clean: true
2026-07-16T23:29:44.9676006Z   sparse-checkout-cone-mode: true
2026-07-16T23:29:44.9676355Z   fetch-tags: false
2026-07-16T23:29:44.9676653Z   show-progress: true
2026-07-16T23:29:44.9676935Z   lfs: false
2026-07-16T23:29:44.9677219Z   submodules: false
2026-07-16T23:29:44.9677559Z   set-safe-directory: true
2026-07-16T23:29:44.9677905Z ##[endgroup]
2026-07-16T23:29:45.1446086Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T23:29:45.1447476Z ##[group]Getting Git version info
2026-07-16T23:29:45.1448118Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-16T23:29:45.1691902Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-16T23:29:45.1921814Z git version 2.43.0.windows.1
2026-07-16T23:29:45.1944919Z ##[endgroup]
2026-07-16T23:29:45.1952729Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\894d3381-ace1-4140-b961-c88f04086f56\.gitconfig'
2026-07-16T23:29:45.1965719Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\894d3381-ace1-4140-b961-c88f04086f56' before making global git config changes
2026-07-16T23:29:45.1966703Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T23:29:45.1970707Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-16T23:29:45.2216088Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-16T23:29:45.2425947Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T23:29:45.2448842Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T23:29:45.2452672Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T23:29:45.2666272Z HEAD
2026-07-16T23:29:45.2926433Z ##[endgroup]
2026-07-16T23:29:45.2929633Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-16T23:29:45.8367783Z ##[group]Cleaning the repository
2026-07-16T23:29:45.8371771Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-16T23:29:55.3547204Z Removing .adapter-notify/
2026-07-16T23:29:55.3547560Z Removing target/
2026-07-16T23:29:55.3577488Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-16T23:29:55.4118673Z HEAD is now at 11f5ad26 Merge 66d9dc645d73dac49fd0e7c8f10b7bd079d647a9 into 0bb37f352d871f288d3c1ab5af6133020d57c674
2026-07-16T23:29:55.4141232Z ##[endgroup]
2026-07-16T23:29:55.4145496Z ##[group]Disabling automatic garbage collection
2026-07-16T23:29:55.4150444Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-16T23:29:55.4400467Z ##[endgroup]
2026-07-16T23:29:55.4400894Z ##[group]Setting up auth
2026-07-16T23:29:55.4406701Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-16T23:29:55.4645237Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-16T23:29:56.0237740Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T23:29:56.1837582Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-16T23:29:56.7339863Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T23:29:56.7585038Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-16T23:29:57.3133995Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-16T23:29:57.3438375Z ##[endgroup]
2026-07-16T23:29:57.3438869Z ##[group]Fetching the repository
2026-07-16T23:29:57.3446374Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +11f5ad26d5cb2141c16dbe8c657cd86cc95ba301:refs/remotes/pull/16/merge
2026-07-16T23:29:58.3212326Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-16T23:29:58.3212793Z    18489c5a..66d9dc64  build/mesh-recovery-w1 -> origin/build/mesh-recovery-w1
2026-07-16T23:29:58.3352023Z ##[endgroup]
2026-07-16T23:29:58.3352427Z ##[group]Determining the checkout info
2026-07-16T23:29:58.3352871Z ##[endgroup]
2026-07-16T23:29:58.3359063Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-16T23:29:58.3660070Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-16T23:29:58.3899489Z ##[group]Checking out the ref
2026-07-16T23:29:58.3903695Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-07-16T23:29:58.5582198Z HEAD is now at 11f5ad26 Merge 66d9dc645d73dac49fd0e7c8f10b7bd079d647a9 into 0bb37f352d871f288d3c1ab5af6133020d57c674
2026-07-16T23:29:58.5601875Z ##[endgroup]
2026-07-16T23:29:58.5860823Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-16T23:29:58.6087343Z 11f5ad26d5cb2141c16dbe8c657cd86cc95ba301
